xend: fix domain_migrate
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Sep 2009 07:34:45 +0000 (08:34 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Sep 2009 07:34:45 +0000 (08:34 +0100)
commit35c865110a8a8a7981ad5184c02ab06923495b33
tree279f92582360da724154b7e69d546b83ac162a05
parent4bda558243b36e6d97e3f0a08782efe734bf88b9
xend: fix domain_migrate

When the guest(pv-on-hvm guest that cannot suspend) reboot in
LiveMigration, the disconnecting of src-side is not transmitted to
dist-side. As a result, the error processing on the dist side is not
executed.

Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/XendDomain.py